From: Richard M. Stallman Date: Thu, 12 May 1994 18:04:36 +0000 (+0000) Subject: (texinfo-show-structure): Fix subsubsection indent amount. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91587 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0fe44016cd91c1687ff3721542a59932d72fb116;p=emacs.git (texinfo-show-structure): Fix subsubsection indent amount. --- diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index b949eb26714..c86abe97304 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -571,7 +571,7 @@ to jump to the corresponding spot in the Texinfo source file." ;; ((looking-at "@subheading ") 13) ((looking-at - (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 13) + (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 17) ;; ((looking-at "@subsubsection ") 17) ;; ((looking-at "@unnumberedsubsubsec ") 17) ;; ((looking-at "@appendixsubsubsec ") 17)